home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 July
/
Software of the Month Club 1998 July.iso
/
pc
/
SOMC
/
Casts
/
Misc.cst
/
00024_Typing1.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-21
|
237 b
|
14 lines
on mouseEnter
puppetSound 1, "Pop"
set the visible of sprite 68 to TRUE
end
on mouseLeave
set the visible of sprite 68 to FALSE
end
on mouseUp
puppetSound 1, "Plink"
set the visible of sprite 68 to FALSE
go to frame 123
end